home *** CD-ROM | disk | FTP | other *** search
/ The Business Master (3rd Edition) / The Business Master (3rd Edition).iso / files / utilenus / hdmenu / install.hdm / PRINTDOC.BAT < prev    next >
Encoding:
DOS Batch File  |  1993-01-03  |  366 b   |  9 lines

  1. echo off
  2. echo           ╔═════════════════════════════════════════════════════════╗
  3. echo           ║ This will print HDM's documetation to a printer on LPT1 ║
  4. echo           ║ Make sure your printer is on and the paper is lined up. ║
  5. echo           ╚═════════════════════════════════════════════════════════╝
  6. pause
  7. copy register.doc lpt1:
  8. copy hdm.doc lpt1:
  9.